How to Override Grid Component Settings in an .a5w page or OnGridExecute event
/documentation/pages/HowTo/Grid/How to Override Certain Settings in the .a5w page or in the V10 OnGridExecute event.xml
Properties of the Grid Component can be overridden at run-time when the Grid is being loaded on an .a5w page or in the Grid Component's onGridExecute server-side event.
OnGridExecute Event
/documentation/pages/Guides/Mobile and Web Components/Grid/Code/Server-side Events/onGridExecute.xml

This event fires every time the Grid is executed. This includes every Ajax callback.

How to Dynamically Recalculate a Page Layout, Tabbed UI or UX Component at Run-time
/documentation/pages/HowTo/Other/Recalculate Page Layout Tabbed UI UX at Runtime.xml
If overrides have been defined for a Page Layout, Tabbed UI, or UX Component using the 'override_settings' property on the page the component is embedded, the component needs to recalculate the affected controls.
How to Close the Popup Window Displaying a Component Embedded in an a5w Page
/documentation/pages/HowTo/Other/Close Popup a5w Page from Embedded Component.xml
Normally, a child component is opened directly in a popup window. If the component is embedded in an .a5w page, however, that is opened in a popup, the component will be run in an IFrame. Traditional methods, such as the 'closeContainerWindow()' JavaScript method cannot be used to close the container window. This article explains what you must do in order to close the popup window from the child component.
Open a UX component to Edit Current Record in Grid, or add a new Record
/documentation/pages/Ref/Action Javascript/Open a UX component to Edit Current Record in Grid, or add a new Record.xml
Open an UX component in a pop-up window, or in a DIV on the current page, to edit the current row in a Grid component or to enter a new record. (Only new Ajax Components can be opened. Old Dialogs in V10 and earlier are not supported.)
How To Call the Xbasic UI from Working Preview in a Grid or UX Component
/documentation/pages/HowTo/Desktop/Calling Xbasic UI from working preview.xml
Learn how to call Xbasic in a UX or Grid component from working preview or opened in a window in a Desktop application.
Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX
/documentation/pages/Ref/Action Javascript/Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX.xml
Open a UX component in a pop-up window, or in a DIV on the current page, to edit the current page, to edit the current row in a List control in a UX component or to enter a new record into a List. (Applies only to Lists based on SQL or DBF data sources).
Changing the Locations of the Parts of a Grid Component in an A5W Page
/documentation/pages/HowTo/Web Applications/Changing the Locations of the Parts of a Grid Component.xml
When you create a grid component with search and detail view parts and then place the grid onto an A5W page, you will see something like the following.
How to Override the Field Definition to Display Images in a Report
/documentation/pages/HowTo/Reports/Override Field as Image in Reports.xml
Fields containing Ink or PNG data can be rendered as images in a Report. This is done by overriding the field definition.
Open a Page Layout component
/documentation/pages/Ref/Action Javascript/Open a Page Layout component.xml
Open a Page Layout component in a pop-up window, or in a DIV on the current page.